3.26.43 \(\int \frac {(a+b x^n)^3}{x} \, dx\) [2543]

Optimal. Leaf size=50 \[ \frac {3 a^2 b x^n}{n}+\frac {3 a b^2 x^{2 n}}{2 n}+\frac {b^3 x^{3 n}}{3 n}+a^3 \log (x) \]

[Out]

3*a^2*b*x^n/n+3/2*a*b^2*x^(2*n)/n+1/3*b^3*x^(3*n)/n+a^3*ln(x)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 50, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {272, 45} \begin {gather*} a^3 \log (x)+\frac {3 a^2 b x^n}{n}+\frac {3 a b^2 x^{2 n}}{2 n}+\frac {b^3 x^{3 n}}{3 n} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x^n)^3/x,x]

[Out]

(3*a^2*b*x^n)/n + (3*a*b^2*x^(2*n))/(2*n) + (b^3*x^(3*n))/(3*n) + a^3*Log[x]

Rule 45

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 272

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rubi steps

\begin {align*} \int \frac {\left (a+b x^n\right )^3}{x} \, dx &=\frac {\text {Subst}\left (\int \frac {(a+b x)^3}{x} \, dx,x,x^n\right )}{n}\\ &=\frac {\text {Subst}\left (\int \left (3 a^2 b+\frac {a^3}{x}+3 a b^2 x+b^3 x^2\right ) \, dx,x,x^n\right )}{n}\\ &=\frac {3 a^2 b x^n}{n}+\frac {3 a b^2 x^{2 n}}{2 n}+\frac {b^3 x^{3 n}}{3 n}+a^3 \log (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 46, normalized size = 0.92 \begin {gather*} \frac {b x^n \left (18 a^2+9 a b x^n+2 b^2 x^{2 n}\right )}{6 n}+\frac {a^3 \log \left (x^n\right )}{n} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x^n)^3/x,x]

[Out]

(b*x^n*(18*a^2 + 9*a*b*x^n + 2*b^2*x^(2*n)))/(6*n) + (a^3*Log[x^n])/n

________________________________________________________________________________________

Maple [A]
time = 0.00, size = 44, normalized size = 0.88

method result size
derivativedivides \(\frac {\frac {b^{3} x^{3 n}}{3}+\frac {3 a \,b^{2} x^{2 n}}{2}+3 a^{2} b \,x^{n}+a^{3} \ln \left (x^{n}\right )}{n}\) \(44\)
default \(\frac {\frac {b^{3} x^{3 n}}{3}+\frac {3 a \,b^{2} x^{2 n}}{2}+3 a^{2} b \,x^{n}+a^{3} \ln \left (x^{n}\right )}{n}\) \(44\)
risch \(\frac {3 a^{2} b \,x^{n}}{n}+\frac {3 a \,b^{2} x^{2 n}}{2 n}+\frac {b^{3} x^{3 n}}{3 n}+a^{3} \ln \left (x \right )\) \(47\)
norman \(a^{3} \ln \left (x \right )+\frac {b^{3} {\mathrm e}^{3 n \ln \left (x \right )}}{3 n}+\frac {3 a \,b^{2} {\mathrm e}^{2 n \ln \left (x \right )}}{2 n}+\frac {3 a^{2} b \,{\mathrm e}^{n \ln \left (x \right )}}{n}\) \(53\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*x^n)^3/x,x,method=_RETURNVERBOSE)

[Out]

1/n*(1/3*b^3*(x^n)^3+3/2*a*b^2*(x^n)^2+3*a^2*b*x^n+a^3*ln(x^n))

________________________________________________________________________________________

Maxima [A]
time = 0.30, size = 48, normalized size = 0.96 \begin {gather*} \frac {a^{3} \log \left (x^{n}\right )}{n} + \frac {2 \, b^{3} x^{3 \, n} + 9 \, a b^{2} x^{2 \, n} + 18 \, a^{2} b x^{n}}{6 \, n} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*x^n)^3/x,x, algorithm="maxima")

[Out]

a^3*log(x^n)/n + 1/6*(2*b^3*x^(3*n) + 9*a*b^2*x^(2*n) + 18*a^2*b*x^n)/n

________________________________________________________________________________________

Fricas [A]
time = 0.38, size = 44, normalized size = 0.88 \begin {gather*} \frac {6 \, a^{3} n \log \left (x\right ) + 2 \, b^{3} x^{3 \, n} + 9 \, a b^{2} x^{2 \, n} + 18 \, a^{2} b x^{n}}{6 \, n} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*x^n)^3/x,x, algorithm="fricas")

[Out]

1/6*(6*a^3*n*log(x) + 2*b^3*x^(3*n) + 9*a*b^2*x^(2*n) + 18*a^2*b*x^n)/n

________________________________________________________________________________________

Sympy [A]
time = 0.11, size = 53, normalized size = 1.06 \begin {gather*} \begin {cases} a^{3} \log {\left (x \right )} + \frac {3 a^{2} b x^{n}}{n} + \frac {3 a b^{2} x^{2 n}}{2 n} + \frac {b^{3} x^{3 n}}{3 n} & \text {for}\: n \neq 0 \\\left (a + b\right )^{3} \log {\left (x \right )} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*x**n)**3/x,x)

[Out]

Piecewise((a**3*log(x) + 3*a**2*b*x**n/n + 3*a*b**2*x**(2*n)/(2*n) + b**3*x**(3*n)/(3*n), Ne(n, 0)), ((a + b)*
*3*log(x), True))

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*x^n)^3/x,x, algorithm="giac")

[Out]

integrate((b*x^n + a)^3/x, x)

________________________________________________________________________________________

Mupad [B]
time = 0.00, size = 46, normalized size = 0.92 \begin {gather*} a^3\,\ln \left (x\right )+\frac {b^3\,x^{3\,n}}{3\,n}+\frac {3\,a^2\,b\,x^n}{n}+\frac {3\,a\,b^2\,x^{2\,n}}{2\,n} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x^n)^3/x,x)

[Out]

a^3*log(x) + (b^3*x^(3*n))/(3*n) + (3*a^2*b*x^n)/n + (3*a*b^2*x^(2*n))/(2*n)

________________________________________________________________________________________